home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / ilink99d.zip / history.txt < prev    next >
Text File  |  1997-04-10  |  16KB  |  278 lines

  1. v0.99d
  2.  
  3.     ■ First release by BMT Micro.
  4.  
  5.     ■ This is a maintenance release.   The .99c code has been ported to
  6.       Visual Age CPP for the 1.00 release.
  7.  
  8. v0.99c
  9.  
  10.     ■ Completely rearranged the autostarts page.  This does require you to
  11.       reselect the programs you wish to autostart (although the ones you
  12.       have setup before will still be listed).  It also provides for
  13.       partial drag and drop support in the add field.  Programs dragged
  14.       from the drives section should be inserted properly (it requires
  15.       the filename to be the "text" for the icon).  Other icons are not
  16.       supported at this time.  The whole autostarts page should be much
  17.       more user-friendly, and also is more stable.
  18.     ■ Because of a bone-headed error on my part, the field in the TCPOS2.INI
  19.       file that lets other programs know which provider you have connected
  20.       with was being erased.  It now not only DOESN'T get erased, it properly
  21.       saves the provider you are using.  NOTE: This fixes the "NR/2" problem.
  22.     ■ More stupidity on my part (this is becoming a trend, isn't it?).  Right
  23.       before the last version was released, I proceeded to break the "General
  24.       Help" selection.
  25.     ■ A logic hole was creating situations where when the program stopped
  26.       dialing for any reason other than the hang up button, you'd need to
  27.       close and restart the program to redial.
  28.     ■ Added support to autostart .CMD files as well as the .EXE files.
  29.     ■ Did a major overhaul of the pointer system to try and eliminate some
  30.       of the sys3175's people were experiencing.  Unable to do many tests
  31.       with this (since I seem to not be able to duplicate the errors), so
  32.       I'll simply cross my fingers.
  33.     ■ I claimed I lengthed the limit of the strings in the previous version
  34.       (which, in fact, I had).  What I neglected to check, however, was the
  35.       length limit of the strings when they were read back in.  So it would
  36.       save the strings at a longer length, but cut them off reading them
  37.       back.  Needless to say, that is now fixed.
  38.     ■ Added support for an optional second DNS entry.
  39.     ■ The help file mistakenly claimed that [LOGIN] was the proper format
  40.       to use in a script to use your login ID.  It has been replaced by
  41.       [LOGINID], the correct format.
  42.     ■ The method used to save Presentation Manager Parameters (window position,
  43.       size, colours, fonts, etc) retained the information even when changing
  44.       the resolution of OS/2.  To stop this, the resolution is saved, and
  45.       compared when iLink/2 is run.  If it detects a change in the resolution,
  46.       it resets all of the windows.
  47.     ■ Some of the windows were still responding to the ESC key (which closes
  48.       dialogs).  This is changed for all windows but the About and the Demo
  49.       notice.
  50.  
  51. v0.99b
  52.  
  53.     ■ Rearranged this history file to go in correct version number order.
  54.     ■ Pop-up menus now check to ensure they remained on screen.
  55.     ■ When exit is called from the main window, the stats windows positions and
  56.       attributes (colours/fonts) are saved.  The windows are then closed
  57.       before the main window.  This should eliminate some errors that occurred
  58.       when the stats windows remained open.
  59.     ■ Autostarts were failing when the path was either non-existant, or when
  60.       the path ended with a trailing "\".  It now works under both conditions.
  61.       (As a slight addendum, it NOW works.  The previous "fix" didn't
  62.       actually work, since it fixed the wrong location)
  63.     ■ The TCPOS2.INI file now has the "CURRENT_CONNECTION" field updated
  64.       properly.  This means that programs that use that information to
  65.       ascertain which configuration to read should identify it correctly.
  66.     ■ It seems for some unknown reason IBM decided to identify TRUE/FALSE
  67.       flags by indicating "TRUE." when TRUE, and "." when FALSE.  Since I
  68.       had assumed them to use "FALSE." for FALSE, this led to a problem
  69.       with all boolean flags. (which I've fixed)
  70.     ■ Removed the outdated code that was checking the OS2.INI file for the
  71.       location of the ilink2.ini file.  It now uses the current directory.
  72.     ■ After in depth discussions, I modified the way iLink/2 handles the
  73.       unregistered demo version.  Instead of hanging up after one hour,
  74.       it simply pops up a notification every 30 minutes to "nag" you
  75.       (taking iLink/2 from the realms of "crippleware" to "nagware").
  76.     ■ Neglected to add a "," after the disable sequence.  It is now properly
  77.       added.
  78.     ■ Created resolv files.  Creation may not be correct for users of Connect
  79.       and a LAN.
  80.     ■ The major problem numerous people have had where it doesn't dial and
  81.       sits at 100% CPU should be fixed.  I say should because I'm not
  82.       completely sure.  However, heads will roll if it isn't.
  83.     ■ Lengthed the limits of numerous strings to prevent some cutting-off
  84.       that was taking place.
  85.     ■ Added support of a kind for $IPADDR and $IPDEST.  Since I'm not quite
  86.       sure which way they are suppose to take information (do they READ, or
  87.       WRITE the IP addresses?) I'm not sure if they work.
  88.     ■ Added some more checks to make sure information that hadn't been filled
  89.       in wasn't trying to be added to the ppp/slip commandline (most notably,
  90.       if the password field wasn't filled in, the entire string wouldn't
  91.       work).
  92.     ■ Autostart programs now work if the path field isn't filled in.
  93.     ■ Programs were being minimized no matter what Autostart setting was.
  94.       Things are now fixed so it will use the proper setting.
  95.     ■ Added basic support for session logging.  A file called 'logfile' will
  96.       be created (or appended) to with the start and end time of your
  97.       session.
  98.     ■ Idle Timeouts will no longer interfere with the Reconnect on Disconnect
  99.       feature.  You may use both without any problems.
  100.     ■ If things worked correctly, I've managed to filter out Advantis
  101.       accounts.
  102.     ■ Created a special Debug version.  For those people who run into
  103.       particularily troubling problems, this version should help find
  104.       the cause.  (Note, this version will be on a 'per request' basis)
  105.     ■ Fixed a case of constant beeping after a connect was made.  Of course,
  106.       no one actually had this problem, except a few people testing interim
  107.       betas, but nonetheless, it's fixed.
  108.     ■ TaiyoTech is now handling registrations for the Asian/Pacific area
  109.     ■ Added a bit of "what's still going on" code to the exit routine to
  110.       try and eliminate some of the problems in that area.  Key word is
  111.       "try".  I could no longer get it to crash, but some people seem to
  112.       have the knack for it.  :)
  113.     ■ Made a bunch of minor changes that are too trivial to mention and
  114.       probably will go unnoticed by the majority of people.  But writing
  115.       this down made me feel better.  :)
  116.  
  117. v0.99a
  118.  
  119.     ■ The popup menu would not function after switching between condensed
  120.       and normal windows (or vice versa).  It now functions correctly for
  121.       both windows.
  122.     ■ The cond and norm buttons were not toggling the "use condensed window"
  123.       flag.  Consequently, the listboxes were displaying the wrong amount
  124.       of information.
  125.     ■ The init strings were checking for the presence of a capital "A" to
  126.       ensure they were present.  They now (properly) check the length of
  127.       the string.
  128.     ■ Added support for commandline execution.  Typing "ilink2 <name>" will
  129.       auto-dial a provider, assuming "name" exists.  However, early tests
  130.       have indicated that iLink/2 will freeze under certain conditions while
  131.       dialing in this method, so I do not recommend using it yet.
  132.     ■ The normal menu was not being properly greyed out.  It now should grey
  133.       out dial/hang-up properly.
  134.     ■ Fixed numerous memory leaks.
  135.     ■ The redial feature was not being handled properly.  Fixed the logic to
  136.       ensure that it checked the number of redial attempts.
  137.     ■ The debug button now works.
  138.     ■ Added the missing Timeout feature.  Currently, I believe it will
  139.       conflict with the "reconnect on disconnect" feature, and recommend
  140.       that one of the two be turned off.
  141.     ■ Implemented a new main window design.  Thanks go to [OS3] for the
  142.       layout!
  143.     ■ Implemented routines to save all colour/font changes to the main windows
  144.       (normal/condensed).
  145.     ■ Changed most windows to all the save of Presentation Parameters.  This
  146.       includes the 3 stats windows, and the notebook window (as well as the
  147.       main windows, which were already done).
  148.     ■ Cosmetic changes to the notebook window.
  149.     ■ After autostart programs have run, the "disable autostart programs"
  150.       button is automatically toggled to prevent the programs from re-running
  151.       after a reconnect.
  152.     ■ Removed the buttons from the stats windows, and replaced them with a
  153.       popup menu.
  154.     ■ Added double-check for deletion.
  155.     ■ Reworked (again) the program autostarts control.  I will be modifying
  156.       page layout, and button controls, but for now, I needed to get the
  157.       logic working.
  158.     ■ Noticed Borland's realloc was screwing up for some reason.  Wrote my
  159.       own realloc command, which seems to have fixed some SYS3175's.
  160.     ■ Modified the autostarts delete button to allow for self-correction.  If
  161.       you (still) have fault programs listed, simply delete until they are
  162.       all removed, and save.  Then, add any programs back.  There (hopefully)
  163.       won't be any further high-ascii.
  164.     ■ Autostarts page would SYS3175 if you deleted all entries, and then tried
  165.       to add a new one.  That is now fixed.
  166.     ■ Startup Minimized flag wasn't doing anything.  Program will now startup
  167.       minimized, if box is checked.
  168.     ■ Finally fixed the problem with copying/changing provider name.  It now
  169.       properly checks if the name you are using exists or not.  So, you
  170.       shouldn't have to worry about overwriting other accounts by accident.
  171.     ■ Spent the last couple days getting help working.  It's not all there,
  172.       but mostly just needs to add some write-ups.
  173.  
  174. v0.98a
  175.  
  176.     ■ If no entry was selected, iLink/2 would crash if the "Edit" button
  177.       was pressed.  It now checks to make sure an entry is selected.
  178.     ■ The Program Autostarts was allowing blank entries to be added.  It
  179.       now makes sure that the Program Name is filled in.
  180.     ■ The Edit option wouldn't allow you to change the name of the entry.
  181.       It now allows this.  (and, after a bit of modification, you can even
  182.       use the full 8 characters <sigh>)
  183.     ■ The Add option should now work correctly.  Previously, it would
  184.       overwrite other entries, or SYS3175.
  185.     ■ The Delete option should work.  Note, there is NO confirmation for
  186.       this, so you had better mean it!  :)
  187.     ■ Pressing the modify or delete buttons in the Program Autostart was
  188.       having VERY strange results if a program wasn't selected.  It
  189.       should require you to select something.
  190.     ■ Was not processing a Blank Script entry for SLIP.  Now handles it
  191.       the same way as "NONE".
  192.     ■ SLIP dialing was not checking for whether the IP fields were actually
  193.       filled in.  It now checks.
  194.     ■ Finally recovered after HD crash...  iLink/2 only lost a few days work,
  195.       and has been brought back up todate.
  196.     ■ Start work on modifying the data structures to minimize memory corruption
  197.     ■ Numerous problems arose from the modifications.  However, long standing
  198.       errors were also brought to light, and fixed.  Hopefully this will
  199.       drastically cut back on the number of sys3175's being reported.
  200.     ■ Started adding support for the second mouse button.  Now has a popup
  201.       menu for the Connections Listbox.
  202.     ■ Added checking to the Notebook.  It will now check the fields that are
  203.       required for dialup to make sure they are filled in.
  204.     ■ The copy entry now works (from the popup menu).
  205.     ■ Added missing hang-up option to popup menu.
  206.     ■ Rearranged dialog items to make the tabbing order correct.
  207.  
  208. v0.97a
  209.  
  210.     ■ Isolated and fixed problem that was causing the Stats window to not
  211.       recognized that it was open when switching between full size and
  212.       condensed windows.
  213.     ■ iLink/2 assumed the Netmask field was filled in whether it was or not.
  214.       It now checks whether it is filled in.
  215.     ■ Some sort of memory corruption was occurring for a few people in the
  216.       connection read-in procedure.  Slight modification in the way it handles
  217.       the variables seems to have eliminated the problem.
  218.     ■ Did a lot of work on the design/look of iLink/2.  Added option for
  219.       debugging, ability to allow an exit regardless of setting, and a toggle
  220.       to disable the program autostarts.
  221.     ■ Worked on a modification of the Stats window to allow more control over
  222.       the layout and placing.
  223.     ■ Continued work on the design of the stats window.
  224.     ■ Blank script entry field was not responding properly.  Fixed.
  225.     ■ NONE in script entry field was behaving the way blank was suppose to.
  226.       Fixed.
  227.     ■ NONE is script entry field now properly uses PAP/CHAP to establish
  228.       connection.
  229.     ■ When selecting Add, the modem spin buttons weren't being filled in.
  230.       Fixed.
  231.     ■ A change in the stats window resulted in the time fields not being
  232.       filled in properly.  Fixed.
  233.     ■ Added buttons on condensed and normal window to quickly switch back
  234.       and forth.
  235.     ■ Made a REAL About window.  :)
  236.     ■ Program wouldn't add the extra application keys in the TCPOS2.INI file
  237.       to entries created with SLIPPM, after the first execution.  Fixed.
  238.     ■ Program was not using the call waiting disable sequence.  Fixed.
  239.     ■ Autostart entries were being erased before they were saved.  They now
  240.       save properly.
  241.     ■ Fixed some memory leaks.
  242.     ■ By trying to match the strings passed to ppp and slip exactly as the
  243.       IBM dialer was sending them, I triggered IBM's notification about
  244.       disconnection window.  This window was interfering with the iLink/2
  245.       reconnect on disconnect function.  I have removed the option that
  246.       was causing it, and it seems to be working normally again.
  247.     ■ Really stupid error made trying to detect the presence of entries added
  248.       with IBM's dialer.  This resulted in a bunch of strange high-ascii
  249.       entries being placed in the TCPOS2.INI file.  This is now fixed.
  250.     ■ Modified the stats windows (again).  The individual windows are now
  251.       movable, and save their locations.  The control bar was removed, and
  252.       controls were added to the main windows.
  253.     ■ At certain points, pressing the hangup button would have no effect.
  254.       It is now adjusted to re-check for the hangup button being pressed
  255.       before it restarts PPP/SLIP.
  256.     ■ The statistics were not being reset after a disconnection.  This resulted
  257.       in very strange numbers appearing.  The statistics now reset properly.
  258.     ■ The Session time, and Total time used slightly different calculation
  259.       methods which resulted in the Session time increasing faster than the
  260.       Total time (allowing the Session time to be greater than the Total,
  261.       an impossible situation).  The Total time format has been modified to
  262.       compensate for this.
  263.     ■ Some testers were switching from condensed to normal windows (or vice
  264.       versa) during or after dialing.  They noticed that the information
  265.       was not saved back and forth.  The condensed and normal windows were
  266.       NOT designed to be switched interactively during dialing.  They were
  267.       designed as an either-or situation.  To make sure people don't run into
  268.       the same problem, I have disabled the ability to switch back and
  269.       forth while dialing.
  270.     ■ The dial and hangup menu items weren't being disabled or enabled.
  271.       They now match the state of the dial/hang button.
  272.     ■ Seems I neglected to properly assign the close buttons on the stats,
  273.       with the result that they wouldn't close properly (using the "C" button)
  274.       This should be fixed.
  275.     ■ Made sure that hitting buttons of options that weren't in place yet
  276.       didn't exit the program.
  277.  
  278.